home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Bank smakow / AdobeAIRInstaller.exe / setup.swf / scripts / mx / resources / IResourceModule.as < prev    next >
Encoding:
Text File  |  2009-11-20  |  126 b   |  9 lines

  1. package mx.resources
  2. {
  3.    public interface IResourceModule
  4.    {
  5.       function get resourceBundles() : Array;
  6.    }
  7. }
  8.  
  9.